Expand description
Combinators and utilities for working with Future
s, Stream
s, Sink
s,
and the AsyncRead
and AsyncWrite
traits.
Re-exports§
pub use future::FutureExt;
pub use io::AsyncReadExt;
pub use io::AsyncWriteExt;
pub use stream::StreamExt;
pub use sink::SinkExt;
Modules§
- Futures
- IO
- Prelude containing the extension traits, which add functionality to existing asynchronous types.
- Sinks
- Streams